home *** CD-ROM | disk | FTP | other *** search
- #
- # Zustands-▄berwachungs-Script
- # State Watch Script
- #
- # Zeitzuender-Bombe
- #
- # created: 15-Jun-2000 Bernd
- # 09-Aug-2000 floh Missile-Aufschlag-Explosion (.iscollided)
- # 16-Jan-2002 peter Swarm-Missile spezifisches Zeug
- #
- # (C) COPYRIGHT 2000 RADONLABS GMBH
- #
-
- proc timefuseactionwatch_normal {} {
-
- if {[.iscollided] == "true"} {
- .announcestate explode
- } elseif {[.isstatetimeover] == "true"} {
- .announcestate explode
- }
- }
-
- proc timefuseactionwatch_explode {} {
-
- if {[.isanimfinished] == "true"} {
- .setremoveable true
- }
- }
-
-
-